Intersoft ClientUI Documentation
TextElementCollection<T> Class
Members 



Provides standard facilities for creating and managing a type-safe, ordered collection of TextElement objects. This is a generic collection for working with objects of a specified type that derives from TextElement.
Object Model
TextElementCollection<T> ClassT Class
Syntax
Public Class TextElementCollection(Of T As TextElement) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
Dim instance As TextElementCollection(Of T)
public class TextElementCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> 
where T: TextElement
generic<typename T>
public ref class TextElementCollection : public System.Collections.ObjectModel.ObservableCollection<T> 
where T: TextElement
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.Documents.TextElementCollection<T>
            Intersoft.Client.Documents.BlockCollection
            Intersoft.Client.Documents.InlineCollection
            Intersoft.Client.Documents.ListItemCollection
            Intersoft.Client.Documents.TableCellCollection
            Intersoft.Client.Documents.TableRowCollection
            Intersoft.Client.Documents.TableRowGroupCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextElementCollection<T> Members
Intersoft.Client.Documents Namespace

Send Feedback